Continue debugging continuation lines.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Mar 2010 16:06:24 +0000 (11:06 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Mar 2010 16:06:24 +0000 (11:06 -0500)
commit9a200cceb64954e9a77c18b82b8f7be2f3d00ab2
tree9d7cb2653a0fdde0daf3ee2c79bb1a2d169d9309
parentfcec563eff689891a0e6aaddeddf2c26e5259530
Continue debugging continuation lines.

 .gdbinit (prowlims, pmtxrows): New commands.
 xdisp.c (display_line): Special-case the calculation of row->end
 in rows that end at ZV, to avoid abort in CHAR_TO_BYTE.  Handle
 empty lines correctly when calculating row's max and min pos.
 Display cursor at the first glyph row that has its ends_at_zv_p
 flag set.
src/.gdbinit
src/ChangeLog.bidi
src/xdisp.c